home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 1
/
SPACE - Library 1 - Volume 1.iso
/
utilitys
/
93
/
makersh
/
makefile
< prev
next >
Wrap
Makefile
|
1987-10-12
|
777b
|
33 lines
#
# This program may be freely
# distributed , copied,and modified so long
# as a fee is not charged. However,
# I reserve all rights available to
# me under The Copyright Act.
# If you find any bugs please feel free to contact me.
# David DeGeorge
# Princeton,New Jersey
# March 1987
#
# USENET: ....princeton!idacrd!dld
# COMPUSERVE: 74176,3210
# GEnie: DEGEORGE
#
OBJS = main.o util.o graphics.o output.o
TARGET = makersh.ttp
CFLAGS = -O
LDFLAGS =
#-----------------------------
#TARGET= makersh.prg
#CFLAGS = -O -DGEM
#LDFLAGS = -VGEM
$(TARGET) : $(OBJS)
cc $(LDFLAGS) $(OBJS) -o $(TARGET)
$(OBJS): makersh.h globals.h makefile
clean:
rm $(OBJS)
makersh.arc:
make -i clean
arc a makersh.arc *